Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_digit
ctype_digit
Check numeric characters
Name:
ctype_digit
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check numeric characters
Related
Use vfprintf to output formatted content of multiple data types
9
How to avoid missing the order of associative arrays during krsort sorting
7
Use stream_get_filters and stream_wrapper_register in conjunction with stream_wrapper_register
5
Advantages of time_nanosleep in time-sensitive PHP applications
7
Similar Functions
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_digit
ctype_digit
Checknumericcharacte
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_punct
ctype_punct
Checkforprintablecha
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_space
ctype_space
Checkspacecharacters
ctype_graph
ctype_graph
Checkforanyprintable
Popular Articles